add additional import statement as otherwise you'd get:
authorJohannes 'josch' Schauer <josch@debian.org>
Sun, 23 Feb 2020 18:10:35 +0000 (19:10 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 21 Apr 2022 07:16:29 +0000 (08:16 +0100)
commitd9233ce7d395169fc1b6094095691e783b614341
tree5aed9c93aebd1ad4e9fd07c798febce22539f574
parent81240ca2f204da16acdd044bfccd28b04581a9d7
add additional import statement as otherwise you'd get:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "[...]/src/fitz/__init__.py", line 3, in <module>
    from fitz.fitz import *
ModuleNotFoundError: No module named 'fitz.fitz'

Gbp-Pq: Name fiximport
fitz/__init__.py